Return to start page
The Bonus Mod (originally created by
-
Systems/BonusMod/Library Bonus Mod.j
ALibrarySystemsBonusModBonusMod
- weaaddar) is a famous system for modifing specific unit properties where Jass natives are missed and can not be used. It uses a special method by adding and removing property-modifying abilities to a unit. For this reason it allows the user to modify damage, armour, hit points, mana, sight range, hit point regeneration and mana regeneration of a unit. Note that you've to call @function AInitBonusMod before using this library. It won't be called by default (using it as initializer) since this would be decrease the performance for users who maybe won't use it at all. Here's a list of natives for changing unit properties: @function SetUnitState For changing life, maximum life, mana and maximum mana. @function SetUnitMoveSpeed @function SetUnitAcquireRange @function SetUnitBlendTime @function SetUnitFlyHeight @function SetUnitFog @function SetUnitScale ... @author weaaddar
-
-